You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > ExtendToComplex Method > TOpenCLMtxVec.ExtendToComplex Method ([In] TOpenCLMtxVec, bool, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.ExtendToComplex Method ([In] TOpenCLMtxVec, bool, int, int, int)

Converts the source to complex.

Syntax
C#
Visual Basic
public TOpenCLMtxVec ExtendToComplex([In] TOpenCLMtxVec Src, bool Zeros, int SrcIndex, int DstIndex, int Len);

Converts the source to complex by setting the imaginary part to either zero (zeros = True) or same as real (zeros = false). Does not set size of the calling vector. If there is not sufficient space available to store the result an exception will be raised.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!